home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / hsize.helpmark < prev    next >
Text File  |  1991-10-23  |  2KB  |  50 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                    hsize                                    |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|noneπ%
  6.  
  7. Parameters:    π|dimensionπ%
  8.  
  9.     π|Description:π%
  10. The \hsize  markup is  a native TEX  markup that can  be used  to change the
  11. width of the text on the printed page.  This markup does not use delimeters.
  12.  
  13.     π|Example:π%
  14. If you were entering  text in a \vbox and you wanted  it printed in a 3 inch
  15. column instead of  the default column width  you could specify "\hsize=3in".
  16. For example,
  17.  
  18. Forms for reader's comments are provided at the back
  19. of this publication. You can help us continue to improve
  20. the quality of our documentation, and we welcome all
  21. comments and suggestions.
  22.  
  23. \vs{\bl}
  24. \vbox{\hsize=3in
  25. Forms for reader's comments are provided at the back
  26. of this publication. You can help us continue to improve
  27. the quality of our documentation, and we welcome all
  28. comments and suggestions.}
  29.  
  30. will print as:
  31.  
  32. +-----------------------------------------------------------------------------+
  33. |                                                                             |
  34. |     Forms  for  reader's  comments  are  provided  at  the  back  of  this  |
  35. | publication.     You can  help  us  continue  to  improve  the quality  of  |
  36. | our documentation, and we welcome all comments and suggestions.             |
  37. |                                                                             |
  38. |     Forms     for     reader's                                              |
  39. | comments are  provided  at the                                              |
  40. | back   of  this   publication.                                              |
  41. | You  can help  us continue  to                                              |
  42. | improve  the  quality  of  our                                              |
  43. | documentation, and  we welcome                                              |
  44. | all comments and suggestions.                                               |
  45. |                                                                             |
  46. +-----------------------------------------------------------------------------+
  47.  
  48.     π|Notes:π%
  49. Refer to The TEXbook for more on this markup.
  50.